   @media only screen and (min-width: 768px){
   #navul01 li {
    padding: 6px 40px;
    font-size: 14px;
    color:  rgb(255,255,255);
    white-space: nowrap;
    cursor: default;
  }
    /*已选择*/
  .li_bold01{
    font-weight: bold;
    opacity:1;
  }
  /*未选择*/
  .li_bold02{
    opacity:0.7;
    margin-left: 14px;
  }


  #navdiv01 {
    width: 300px;
    height: 85px;
    position: absolute;
    z-index: 99999; 
    top: 600px;
    left:100px;
    overflow: hidden
}

#ul {
    height:105px;
}
.nav1{
height: 50px;
}
.sp1{
float:left;
font-size:12px
}

.shutter {
    overflow: hidden;
    width: 100% !important;
    height: 100% !important;
    position: relative;
    left: 0 !important;
    margin-left: 0 !important;
}
}
@media only screen and (max-width: 768px){
 #navdiv01{display: none;} 
}